man: add missing options for commit
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 23 May 2016 06:53:34 +0000 (08:53 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 23 May 2016 11:46:10 +0000 (11:46 +0000)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #306
Approved by: cgwalters

man/ostree-commit.xml

index c4842584562845a74e7f4d9aaeed862471d5c75c..00e20428a62f1a3d5a259b17a809954fa55b4412 100644 (file)
@@ -214,6 +214,22 @@ Boston, MA 02111-1307, USA.
                     Override the timestamp of the commit to TIMESTAMP.
                 </para></listitem>
             </varlistentry>
+
+            <varlistentry>
+                <term><option>--orphan</option></term>
+
+                <listitem><para>
+                    Create a commit without writing a ref
+                </para></listitem>
+            </varlistentry>
+
+            <varlistentry>
+                <term><option>--fsync</option>="POLICY"</term>
+
+                <listitem><para>
+                    POLICY is a boolean which specifies whether fsync should be used or not.  Default to true.
+                </para></listitem>
+            </varlistentry>
         </variablelist>
     </refsect1>